type golang.org/x/net/http2.dataBuffer
8 uses
golang.org/x/net/http2 (current package)
databuffer.go#L68: type dataBuffer struct {
databuffer.go#L80: func (b *dataBuffer) Read(p []byte) (int, error) {
databuffer.go#L105: func (b *dataBuffer) bytesFromFirstChunk() []byte {
databuffer.go#L113: func (b *dataBuffer) Len() int {
databuffer.go#L118: func (b *dataBuffer) Write(p []byte) (int, error) {
databuffer.go#L138: func (b *dataBuffer) lastChunkOrAlloc(want int64) []byte {
server.go#L2299: b: &dataBuffer{expected: req.ContentLength},
transport.go#L2505: cs.bufPipe.setBuffer(&dataBuffer{expected: res.ContentLength})
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)